/* 公共样式 */
body,
html {
    min-width: 1200px;
}

/* 头部 */
.header {
    width: 100%;
    height: 459px;
}
.head{
    width: 100%;
    height: 399px;
    /* background: url(https://www.hast.net.cn/file/27/img/头部背景.png) no-repeat center; */
    background: url(https://www.hast.net.cn/file/27/img/header.png) no-repeat center;
    background-size: 100% 399px;
}
.top {
    width: 1400px;
    height: 30px;
    margin: auto;
    padding-top: 20px;
    font-size: 15px;
    color: #0041C1;
    display: flex;
    line-height: 40px;
}
.top a{
    color: #0041C1;
}

.topL{
    float: left;
}
.topR{
    float: right;
}
.topR span{
    margin: 0 5px;
}
.logo{
    text-align: center;
    margin-top: 100px;
}
.logo img{
    width: 618px;
    height: 103px;
}
.search{
    /* width: 620px;
    height: 48px;
    margin: auto;
    margin-top: 50px; */
    /* float: right; */
    width: 500px;
    height: 40px;
    margin: auto;
    margin-left: 545px;
}
.searchBox{
    width: 100%;
    height: 100%;
    display: flex;
}
.searchTxt{
    width: 80%;
    height: 100%;
    font-size: 16px;
    padding-left: 30px;
}
.searchBtn{
    width: 20%;
    height: 100%;
    background-color: #2C67C7;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
/* 导航 */
.nav{
    width: 100%;
    height: 60px;
    background-color: #1373D5;
    text-align: center;
}
.nav ul {
    width: 1200px;
    margin: auto;
}
.nav ul li {
    float: left;
    text-align: center;
    align-items: center;
    color: #fff;
    /* width: 133px; */
    width: 144px;
    height: 60px;
    line-height: 60px;
}
.nav ul li:hover {
    font-weight: bold;
    /* background-color: #fff; */
}
.nav ul li.on {
    font-weight: bold;
    /* background-color: #fff; */
}
.nav ul li a {
    color: #fff;
    font-size: 20px;
}


/* 底部 */
.footer{
    width: 100%;
    height: 250px;
    margin-top: 30px;
    background: url(https://www.hast.net.cn/file/27/img/fotter.png) no-repeat center;
    overflow: hidden;
}
.select{
    width: 1200px;
    height: 80px;
    margin: auto;
    padding-top: 30px;
}
.select li {
    float: left;
    margin: 0 10px 10px 0;
    width: 230px;
    height: 51px;
    overflow: hidden;
}

.select li select {
    width: 100%;
    font-size: 14px;
    height: 35px;
    text-align: center;
}

.copyright{
    width: 1200px;
    margin: auto;
    text-align: center;
    line-height: 45px;
}
.copyright span{
    color: #fff;
    padding: 0 15px;
}
.copyright a{
    color: #fff;
}
.copyright .daoz{
    position: relative;
    top: -90px;
    left: -366px;
}
.copyright .beia{
    position: relative;
    top: -158px;
    right: -386px;
}

/* navRight */
.navRight {
    position: fixed;
    right: 100px;
    top: 50%;
    z-index: 2;
}

.navRight ul li {
    width: 78px;
    padding: 13px 11px;
    text-align: center;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 #00000024;
    border-radius: 2px 0 0 2px;
    margin-bottom: 2px;
    cursor: pointer;
    position: relative;
}

.navRight ul li a {
    display: block;
    font-size: 14px;
    color: #575454;
}

.navRight ul li .iconfont {
    display: inline-block;
    width: 28px;
    height: 28px;
}
.navRight ul li:nth-child(1) .iconfont {
    background: url(https://www.hast.net.cn/file/27/img/dianhuaicon.png) no-repeat center;
}

.navRight ul li:nth-child(2) .iconfont {
    background: url(https://www.hast.net.cn/file/27/img/rnav_icon1.png) no-repeat center;
}

.navRight ul li:nth-child(3) .iconfont {
    background: url(https://www.hast.net.cn/file/27/img/rnav_icon2.png) no-repeat center;
}

.navRight ul li:nth-child(4) .iconfont {
    background: url(https://www.hast.net.cn/file/27/img/rnav_icon3.png) no-repeat center;
}

.navRight ul li:nth-child(5) .iconfont {
    background: url(https://www.hast.net.cn/file/27/img/rnav_icon4.png) no-repeat center;
}
.navRight ul li:nth-child(6) .iconfont {
    background: url(https://www.hast.net.cn/file/27/img/rnav_icon7.png) no-repeat center;
}


/* .navRight ul li:nth-child(5) .iconfont {
    background: url(https://www.hast.net.cn/file/27/img/rnav_icon5.png);
} */

.navRight ul li:hover {
    background-color: #1A77FB;
}

.navRight ul li:hover a {
    color: #FFFFFF;
}
.navRight ul li:nth-child(1):hover .iconfont {
    background: url(https://www.hast.net.cn/file/27/img/dianhuaicon2.png) no-repeat center;
}
.navRight ul li:nth-child(2):hover .iconfont {
    background: url(https://www.hast.net.cn/file/27/img/rnav_icon1_h.png) no-repeat center;
}

.navRight ul li:nth-child(3):hover .iconfont {
    background: url(https://www.hast.net.cn/file/27/img/rnav_icon2_h.png) no-repeat center;
}

.navRight ul li:nth-child(4):hover .iconfont {
    background: url(https://www.hast.net.cn/file/27/img/rnav_icon3_h.png) no-repeat center;
}

.navRight ul li:nth-child(5):hover .iconfont {
    background: url(https://www.hast.net.cn/file/27/img/rnav_icon4_h.png) no-repeat center;
}
.navRight ul li:nth-child(6):hover .iconfont {
    background: url(https://www.hast.net.cn/file/27/img/rnav_icon7_h.png) no-repeat center;
}

.show-ewm {
    position: absolute;
    opacity: 0;
    z-index: -1;
    /* filter: alpha(opacity=0); */
    width: 140px;
    height: 130px;
    left: -50px;
    display: none;
    background-color: #FFFFFF;
}

.navRight li .ewm2 {
    background: #FFFFFF url(https://www.hast.net.cn/file/27/img/weixin.png) center no-repeat;
    background-size: 100px;
    top: -25px;
    /* margin-right: 15px; */
}

.navRight li .ewm1 {
    background: #FFFFFF url(https://www.hast.net.cn/file/27/img/weibo.png) center no-repeat;
    top: -25px;
    background-size: 100px;
}

.navRight li .ewm1 img {
    margin-left: 5px;
    margin-top: 5px;
    width: 119px;
    height: 119px;
}

.crumb {
    height: 50px;
    background: #F5F5F5;
 }
 
 .crumb p a::after {
    content: '>';
    padding: 0 5px;
 }
 
 .crumb p a:last-child:after {
    content: '';
 }
 
 .crumb span {
    padding-left: 10px;
 }
 
 .crumb p {
    width: 1200px;
    margin: auto;
    height: 50px;
    line-height: 50px;
    background: #F5F5F5;
 }